GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-24T10:11:36.5749866+00:00",
"SubmitDate": "2026-06-24T10:11:36.5749866+00:00",
"ReportPeriodStart": "2026-06-24T10:11:36.5749866+00:00",
"ReportPeriodEnd": "2026-06-24T10:11:36.5749866+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7325de21-8fa1-4088-8dc6-18e81b4945a8",
"Rows": [
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7325de21-8fa1-4088-8dc6-18e81b4945a8",
"Rows": [
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15c5f2cc-31f2-4197-91b4-0e8e92a20652",
"dc401858-8be1-4664-af50-8bf6a0120f26"
],
"Approvers": [
"2c4fa80c-42da-47f2-97c3-5a371ebe26db",
"a66d189c-670d-459d-ba2b-12081d4ebcd8"
],
"ApprovedBy": "04793a3b-689c-4c77-ac3d-fad6481d04a2",
"ApprovalDate": "2026-06-24T10:11:36.5749866+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d4bafd6f-8054-410f-8678-a068a99c8122",
"id": "f20296e1-787c-4428-9d21-a509b91ce004",
"ConfigId": "27c4f84a-ecb5-4747-aa1e-82f0658c62fe"
},
{
"GenerationDate": "2026-06-24T10:11:36.5749866+00:00",
"SubmitDate": "2026-06-24T10:11:36.5749866+00:00",
"ReportPeriodStart": "2026-06-24T10:11:36.5749866+00:00",
"ReportPeriodEnd": "2026-06-24T10:11:36.5749866+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7325de21-8fa1-4088-8dc6-18e81b4945a8",
"Rows": [
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7325de21-8fa1-4088-8dc6-18e81b4945a8",
"Rows": [
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8d032646-0e6c-4434-b7db-11ec1ced27ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15c5f2cc-31f2-4197-91b4-0e8e92a20652",
"dc401858-8be1-4664-af50-8bf6a0120f26"
],
"Approvers": [
"2c4fa80c-42da-47f2-97c3-5a371ebe26db",
"a66d189c-670d-459d-ba2b-12081d4ebcd8"
],
"ApprovedBy": "04793a3b-689c-4c77-ac3d-fad6481d04a2",
"ApprovalDate": "2026-06-24T10:11:36.5749866+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d4bafd6f-8054-410f-8678-a068a99c8122",
"id": "f20296e1-787c-4428-9d21-a509b91ce004",
"ConfigId": "27c4f84a-ecb5-4747-aa1e-82f0658c62fe"
}
]